home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 21
/
Mac Magazin and MacEasy Magazine CD - Issue 21.iso
/
Wissenschaft & Technik
/
yorick12vr1-ppc folder
/
include
/
testfull.i
< prev
next >
Wrap
Text File
|
1996-02-29
|
711b
|
36 lines
/* This file runs a full set of tests on the Macintosh version
of yorick, although it should be also useful for any other version.
*/
/* run all tests in testp.i */
skip_testb= 0;
skip_test1= 0;
skip_test2= 0;
skip_test3= 0;
/* use the same pass count for all tests */
npass= 20;
/* run the parser test */
include, "testp.i"
/* Run the tests of the math library routines */
include, "testm.i"
testm;
/* Run the linpack benchmark */
include, "testlp.i"
testlp;
/* Run the tests of the graphics package */
include, "testg.i"
/* NOTE!! running mode zero test first to be sure the
window exists before anyone switches to animate mode.
*/
lissajous,0;
lissajous,1;
testg;
include, "demo2.i";
demo2;